@charset "utf-8";
html,
body,
button,
input,
select,
textarea {
    font: 14px 'arial','Microsoft Yahei', "\5FAE\8F6F\96C5\9ED1", 'tahoma', "\5b8b\4f53", 'sans-serif';
    color: #454545;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
html {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

i,
em {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    font-weight: normal
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #454545;
    outline: none;
}

a:hover {
    color: #0094e4;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/**
***清理浮动**/

.clear:after,
.clear:before {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

body {
    background-color: #f2f2f2;
    color: #1F1F1F;
}

.thinklog_pages a.current,
.thinklog_pages a.current span,
.thinklog_pages a:hover,
.thinklog_pages a:hover span {
    border: #6C0D64 1px solid;
    background: #6C0D64;
    color: #fff;
}

.wrap {
    width: 1160px;
    padding: 0px;
    margin: 0 auto;
    clear: both;
}

#top-bar {
    width: 100%;
    float: left;
    height: 47px;
    line-height: 47px;
    background-color: #1D1D1D;
    color: #fff;
    font-size: 12px;
}


#top {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    float: left;
    clear: both;
}

#top .wrap {
    height: 100%;
}

#top .logo {
    width: 500px;
    height: 100%;
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
}

#top .tel {
    float: right;
    color: #B98B2D;
    font-size: 12px;
    background: url('/apps/home/view/web/images/tel-bg.png') left bottom no-repeat;
    padding-left: 40px;
    margin-top: 5px;
}

#top .tel .tel-num {
    font-size: 22px;
    font-weight: bold;
}
#top .tel .tel-menu{
        margin-left: -40px;
    text-align: right;
    padding-bottom: 20px;
}

#top .tel .tel-menu a {
    color: #6C0D64;
    border-right: 2px solid #ccc;
    padding: 0 5px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}

#top .tel .tel-menu a.a-down {
    background: url('/apps/home/view/web/images/icon-down.png') right center no-repeat;
    border-right: 0;
    padding-right: 10px;
}

/*顶部导航布局*/

#top-menu-wrap {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    background: #6C0D64 url('/apps/home/view/web/images/menu-bg.png') center;
    color: #fff;
    font-size: 16px;
}

#top-menu>ul {
    float: left;
    height: 460px;
}

#top-menu>ul>li {
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;    
    position: relative;
    z-index: 10;
}
#top-menu>ul>li>span{
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 1px;
    right: 0px;
    top:10px;
    border-right: 1px solid #fff;
}

#top-menu ul li a,
#top-menu ul ul li a {
    color: #fff;
}

#top-menu > ul > li.on > a,
#top-menu > ul > li:hover > a {
    color: #B98B2D;
    border-top: 4px solid #B98B2D;
    padding-top: 7px;
}

#top-menu ul ul a:hover {
    color: #B98B2D;
}

#top-menu ul li:hover ul {
    display: block;
}

#top-menu ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    width: 100%;
    z-index: 99999;
    float: left;
    
}

#top-menu ul ul li {
    background: #6C0D64;
    padding: 0px;
    width: 100%;
    clear: both;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
#mneu-on{
    display: none;
    position: absolute;
    z-index: 0;
}

/*底部布局*/

.footer {
    /*border-top: 6px solid #6C0D64;*/
    background-color: #343434;
    min-height: 34px;
    line-height: 34px;
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    color: #acacac;
    padding: 5px 0px;
    margin-top: 10px;
}

.footer a {
    color: #fff;
}

.footer .cate {
    padding-bottom: 0px;
}

.footer .cate a {
    display: inline-block;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    width: 159px;
    text-align: center;
    border-right: 1px solid #fff;
}


/*内页布局*/
.box-title{
    font-size: 20px;
    font-weight: bold;
    color: #959595;
    padding: 40px 0px 5px 0px;
}
.main {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 45px;
}

.right {
    width: 890px;
    float: right;
    background-color: #ffffff;
    position: relative;
}

.right .cate-title {
    background: #6C0D64;
    width: 870px;
    float: left;
    clear: both;
    padding: 0 10px;
    font-size: 21px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.right .cate-title .pos {
    float: right;
    font-size: 16px;
}

.right .cate-title .pos a {
    color: #fff;
}


/*内容详情*/

.content h2 {
    font-size: 24px;
    text-align: center;
    padding: 10px 0px;
    float: left;
    clear: both;
    width: 100%;
}

.content-info {
    width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

.content-text td,
.content-text th {
    border: 1px solid;
}

.content-text .formtable td,
.content-text .formtable th {
    border: none;
}

.content-text {
    font-size: 20px;
    color: #6C0D64;
    width: 870px;
    padding: 10px;
    line-height: 36px;
}


/*侧边栏*/

.left-bar {
    width: 230px;
    float: left;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
}

.left-bar .cate2 {
    width: 100%;
    background: #6C0D64;
    color: #fff;
    clear: both;
}

.left-bar .cate2 .cn {
    font-size: 24px;
    line-height: 50px;
    padding-left: 13px;
}

.left-bar .cate3 {
    /*border:1px solid #f2f2f2;*/
    line-height: 32px;
    border-top: none;
}

.left-bar .cate3 a {
    display: block;
    color: #6C0D64;
    font-size: 21px;
    clear: both;
    width: 204px;
    padding-left: 13px;
    line-height: 45px;
    border-bottom: 1px solid #f2f2f2;
}


.ads{
    top:360px;
    position: fixed;
}
#ads1{
    left: 0px;
}
#ads2{
    right: 0px;
}
#ads2 img{
    float: right;
    clear: both;
}
#ads1 img{
    float: left;
    clear: both;
}
#ads1 .ads-close{
    float: left;
    clear: both;
}
.ads .ads-close{
    float: right;
    clear: both;
    display: none;
}
.ads:hover .ads-close{
    display: block;
}